home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / diffs / gas-211 / gas / config / te-go32.h < prev   
Encoding:
Text File  |  1993-11-27  |  744 b   |  30 lines

  1. *** orig/gas-211/gas/config/te-go32.h    Sun May 30 18:50:20 1993
  2. --- src/gas-211/gas/config/te-go32.h    Sun May 30 18:51:42 1993
  3. ***************
  4. *** 0 ****
  5. --- 1,24 ----
  6. + /*
  7. +  * This file is te-generic.h and is intended to be a template for
  8. +  * target environment specific header files.
  9. +  *
  10. +  * It is my intent that this file will evolve into a file suitable for config,
  11. +  * compile, and copying as an aid for testing and porting.  xoxorich.
  12. +  */
  13. + #define TE_GO32 1
  14. + #define LOCAL_LABELS_DOLLAR
  15. + #define LOCAL_LABELS_FB
  16. + /* these define interfaces */
  17. + #include "obj-format.h"
  18. + /*
  19. +  * Local Variables:
  20. +  * comment-column: 0
  21. +  * fill-column: 131
  22. +  * End:
  23. +  */
  24. + /* end of te-generic.h */
  25.